runtime.pageAlloc.inUse (field)
10 uses
runtime (current package)
mpagealloc.go#L266: inUse addrRanges
mpagealloc.go#L317: p.inUse.init(sysStat)
mpagealloc.go#L386: p.inUse.add(makeAddrRange(base, limit))
mpagealloc.go#L460: p.inUse.cloneInto(&inUse)
mpagealloc.go#L468: for _, r := range p.inUse.ranges {
mpagealloc.go#L621: vAddr, ok := p.inUse.findAddrGreaterEqual(addr.addr())
mpagealloc_64bit.go#L144: inUseIndex := p.inUse.findSucc(base)
mpagealloc_64bit.go#L168: need = need.subtract(addrRangeToSumAddrRange(l, p.inUse.ranges[inUseIndex-1]))
mpagealloc_64bit.go#L170: if inUseIndex < len(p.inUse.ranges) {
mpagealloc_64bit.go#L171: need = need.subtract(addrRangeToSumAddrRange(l, p.inUse.ranges[inUseIndex]))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |